home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EnigmA Amiga Run 1996 June
/
EnigmA AMIGA RUN 08 (1996)(G.R. Edizioni)(IT)[!][issue 1996-06][EARSAN CD VII].iso
/
earcd
/
c-lang
/
phnlgdvk.lha
/
PhoneLog
/
src
/
PhoneLogGenerator.h
< prev
next >
Wrap
Text File
|
1996-05-03
|
491b
|
13 lines
/* Copyright © 1996 Kai Hofmann. All rights reserved. */
#include <stdio.h>
#include "PhoneLog.h"
FILE *OpenPhoneLog(const char *const name);
void ClosePhoneLog(FILE *const file);
void WritePhoneLogStartEntry(FILE *const file, const struct PhoneLogEntry *const item);
void WritePhoneLogEndEntry(FILE *const file, const struct PhoneLogEntry *const item);
void WritePhoneLogEntry(FILE *const file, const struct PhoneLogEntry *const item);
void WritePhoneLogMark(FILE *const file);